All Packages Class Hierarchy This Package Previous Next Index
Class quicktime.std.qtcomponents.CompressionDialog
java.lang.Object
|
+----quicktime.QTObject
|
+----quicktime.std.comp.ComponentIdentifier
|
+----quicktime.std.comp.Component
|
+----quicktime.std.qtcomponents.CompressionDialog
- public class CompressionDialog
- extends Component
- implements QuickTimeLib
This class represents the standard compression dialog.
-
getInfoPreferences()
- Retrieves the current preferences for a dialog.
-
getInfoState()
- Retrieves all of the settings for a dialog.
-
getSettings()
- Retrieves the current configuration from the dialog
QuickTime__SCGetSettingsFromAtomContainer()
-
requestSettings()
- Displays the standard dialog box to the user for a single image or for sound.
-
setInfoPreferences(int)
- Sets the current preferences for a dialog.
-
setInfoState(AtomContainer)
- Sets the current configuration for a dialog.
-
setInfoState(QTHandleRef)
- Sets all of the settings for a dialog.
requestSettings
public void requestSettings() throws StdQTException
- Displays the standard dialog box to the user for a single image or for sound.
QuickTime::SCRequestImageSettings()
getInfoState
public QTHandleRef getInfoState() throws QTException
- Retrieves all of the settings for a dialog.
QuickTime::SCGetInfo()
setInfoState
public void setInfoState(QTHandleRef settings) throws StdQTException
- Sets all of the settings for a dialog.
QuickTime::SCSetInfo()
setInfoPreferences
public void setInfoPreferences(int flags) throws StdQTException
- Sets the current preferences for a dialog.
QuickTime::SCSetInfo()
- Parameters:
- flags - the preference flags
getInfoPreferences
public int getInfoPreferences() throws StdQTException
- Retrieves the current preferences for a dialog.
QuickTime::SCGetInfo()
- Returns:
- the preference flags
getSettings
public AtomContainer getSettings() throws StdQTException
- Retrieves the current configuration from the dialog
QuickTime__SCGetSettingsFromAtomContainer()
- Returns:
- the settings
setInfoState
public void setInfoState(AtomContainer settings) throws StdQTException
- Sets the current configuration for a dialog.
QuickTime::SCSetSettingsFromAtomContainer()
All Packages Class Hierarchy This Package Previous Next Index